projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd22e6c
)
(tildify-ignored-environments-alist): Recognize \verb* right.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 25 May 2001 21:43:21 +0000
(21:43 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 25 May 2001 21:43:21 +0000
(21:43 +0000)
lisp/textmodes/tildify.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/tildify.el
b/lisp/textmodes/tildify.el
index 4854ad05448a38d8118793202663455ea5a4fb20..0b5934c1a3692e8494d511437d34589ee67508c2 100644
(file)
--- a/
lisp/textmodes/tildify.el
+++ b/
lisp/textmodes/tildify.el
@@
-111,7
+111,7
@@
mode, the item for the mode SYMBOL is looked up in the alist instead."
'((latex-mode
("\\\\\\\\" . "") ; do not remove this
("\\\\begin{verbatim}" . "\\\\end{verbatim}")
- ("\\\\verb*?\\(.\\)" . (1))
+ ("\\\\verb
\\
*?\\(.\\)" . (1))
("\\$\\$" . "\\$\\$")
("\\$" . "\\$")
("\\\\(" . "\\\\)")